1e43b86f
@@ -42,9 +42,9 @@
public class JspCommands implements CommandMarker {
 		return jspOperations.isInstallLanguageCommandAvailable();
 	}
 
-	@CliCommand(value = "web mvc install language", help = "Create a new manual Controller (ie where you write the methods)") 
+	@CliCommand(value = "web mvc install language", help = "Install new internationalization bundle for MVC scaffolded UI.") 
 	public void lang(
-		@CliOption(key = { "", "code" }, mandatory = true, help = "The path and name of the controller object to be created") I18n i18n) {
+		@CliOption(key = { "", "code" }, mandatory = true, help = "The language code for the desired bundle") I18n i18n) {
 		if (i18n == null) {
 			log.warning("Could not parse language code");
 			return;
